home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / bitpim / bitpim-0.62-setup.exe / {app} / bitpim.exe / serial / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2003-11-06  |  510 b   |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.3)
  3.  
  4. import sys
  5. import os
  6. import string
  7. VERSION = string.split('$Revision: 1.2 $')[1]
  8. if os.name == 'nt':
  9.     from serialwin32 import *
  10. elif os.name == 'posix':
  11.     from serialposix import *
  12. elif os.name == 'java':
  13.     from serialjava import *
  14. else:
  15.     raise 'Sorry no implementation for your platform available.'
  16.